docs: add Chinese (zh-CN) translations for README, AGENTS, and CLA#1719
docs: add Chinese (zh-CN) translations for README, AGENTS, and CLA#1719jetsonearth wants to merge 3 commits intodimensionalOS:devfrom
Conversation
- Add README.zh-CN.md, AGENTS.zh-CN.md, CLA.zh-CN.md - Add language switcher (English | 中文) to existing English docs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Greptile SummaryThis PR adds Simplified Chinese ( Key observations:
Confidence Score: 4/5Safe to merge after fixing one code example that diverges from the English source and actual codebase usage. Five of six changed files are clean. The single P1 finding is a code snippet in AGENTS.zh-CN.md that substitutes AGENTS.zh-CN.md line 280 — incorrect code example compared to English source. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[README.md] <-->|Language Switcher| B[README.zh-CN.md]
C[AGENTS.md] <-->|Language Switcher| D[AGENTS.zh-CN.md]
E[CLA.md] <-->|Language Switcher| F[CLA.zh-CN.md]
D -->|⚠️ Code example diverges| G["McpClient.blueprint(system_prompt=...)
should be agent(system_prompt=...)"]
Reviews (1): Last reviewed commit: "docs: move language switcher below pre-r..." | Re-trigger Greptile |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
|
chatting about this with Paul, "For users it makes sense, but for programmers, if you don't speak English, there isn't much you can contribute." Double language main readme (one file) maybe we can justfiy? Jetson understands the locals better - but generally we have a lot of documentation and expecting translations adds a lot of maitenance overhead, so I wouldn't continue apart from maybe this readme.md auto translators are amazing today so this seems like a non issue luckily, and people (especially devs) are using them constantly. (Agents.md is for agents, not humans so shouldn't be translated?) |
Summary
README.zh-CN.md,AGENTS.zh-CN.md,CLA.zh-CN.mdwith full Simplified Chinese translationsEnglish | 中文) to the top of existing EnglishREADME.md,AGENTS.md, andCLA.md*.zh-CN.mdconvention used by major open-source projects (Vue, Electron, etc.), making it easy for the community to contribute additional languages (ja, ko, es, de, etc.)Test plan
🤖 Generated with Claude Code